/*****************************************************************************/
/*                                                                           */
/*                       ---  CAEN RFID srl  ---                             */
/*                                                                           */
/*   CAENRFIDLibrary Rel. 5.0.0  Installation and Use Instruction            */
/*                                                                           */
/*   May  2023                                                               */
/*                                                                           */
/*****************************************************************************/ 
  
 This archive contains the last release of the Visual C CAENRFIDLibrary and the
 corresponding Release Notes.


 Content of the archive
 ----------------------

 lib                              :  CAENRFIDLib.lib stub
 include                          :  The CAENRFIDLibrary API header
 README.txt                       :  This file.
 CAENRFIDLib.dll                  :  The binary implementation of the lib.

 System Requirements
 -------------------
 - Microsoft Visual C (UCRT) redistributable
 --------------------
 This library is compiled with Visual Studio 2023 Community Edition for X86 and 
 x64 machine with /MD compiler option.
 
 NOTE ON USAGE:
 --------------------
 When header files are embedded, msvc could raises some redefinition error. 
 Using the following statement at the top of your source that include "CAENRFIDLib.h"
 might help:
 
 #ifndef WIN32_LEAN_AND_MEAN
 #define WIN32_LEAN_AND_MEAN 
 #endif 